.select_2 {
  outline: none;
  border: 2px solid #f2f3f6;
  padding: 0;
  border-radius: 8px;

  .ant-select-selection__rendered {
    margin: 0;
  }
}

.select_1 {
  border: none;
  border-bottom: 1px solid var(--black-10);
  //outline: none;
  //border: 2px solid #f2f3f6;
  //padding: 0;
  //border-radius: 8px;
  //
  //.ant-select-selection__rendered {
  //  margin: 0;
  //}
}


.selectArrow {
  width: 1.042vw; // 20px;
  height: 1.042vw; // 20px;
}
.selectSearch {
  width: 1.042vw; // 20px;
  height: 1.042vw; // 20px;

  & > svg {
    width: 70%;
    height: 70%;
  }
}
